home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / pc / DirectX SDK / DXSDK / samples / Multimedia / VBSamples / DirectSound / EnumDevice / readme.txt < prev    next >
Encoding:
Text File  |  2001-10-10  |  977 b   |  34 lines

  1. //-----------------------------------------------------------------------------
  2. // 
  3. // Sample Name: VB EnumDevices Sample
  4. // 
  5. // Copyright (C) 1999-2001 Microsoft Corporation. All rights reserved.
  6. // 
  7. //-----------------------------------------------------------------------------
  8.  
  9.  
  10. Description
  11. ===========
  12.   The EnumDevices sample shows how to enumerate and create playback 
  13.   and capture devices.
  14.  
  15. Path
  16. ====
  17.   Source: DXSDK\Samples\Multimedia\VBSamples\DirectSound\EnumDevices 
  18.  
  19.   Executable: DXSDK\Samples\Multimedia\VBSamples\DirectSound\Bin
  20.  
  21. User's Guide
  22. ============
  23.   Select a playback and capture device from the dropdown lists. Click Create.
  24.  
  25. Programming Notes
  26. =================
  27.   This sample was intended to be very simple, showing the basics how to 
  28.   enumerate the DirectSound and DirectSoundCapture devices.
  29.   
  30.   To enumerate DirectSound devices call GetDSEnum.
  31.   
  32.   To enumerate DirectSoundCapture devices call GetDSCaptureEnum.
  33.  
  34.